FrameLib  0.7
DSP processing with frames of arbitrary timing and length
FrameLib_Object< T >::UntypedConnection< U > Struct Template Reference

#include <FrameLib_Object.h>

Public Member Functions

 UntypedConnection ()
 
 UntypedConnection (U *object, unsigned long index)
 

Public Attributes

U * mObject
 
unsigned long mIndex
 

Constructor & Destructor Documentation

◆ UntypedConnection() [1/2]

template<class T>
template<class U >
FrameLib_Object< T >::UntypedConnection< U >::UntypedConnection ( )
inline

◆ UntypedConnection() [2/2]

template<class T>
template<class U >
FrameLib_Object< T >::UntypedConnection< U >::UntypedConnection ( U *  object,
unsigned long  index 
)
inline

Member Data Documentation

◆ mIndex

template<class T>
template<class U >
unsigned long FrameLib_Object< T >::UntypedConnection< U >::mIndex

◆ mObject

template<class T>
template<class U >
U* FrameLib_Object< T >::UntypedConnection< U >::mObject

The documentation for this struct was generated from the following file: